home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / shark_attack_2.swf / scripts / DefineSprite_245 / frame_1 / DoAction.as
Text File  |  2012-01-07  |  88b  |  10 lines

  1. if(_root.local == 1)
  2. {
  3.    _visible = 1;
  4. }
  5. else
  6. {
  7.    _visible = 0;
  8.    stop();
  9. }
  10.